home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / xuucp.lha / uucp / Man / Hostname < prev    next >
Encoding:
Text File  |  1994-11-14  |  1.0 KB  |  37 lines

  1. HOSTNAME                                              HOSTNAME
  2.  
  3.  
  4. NAME
  5.         hostname - show the system's host name
  6.  
  7. SYNOPSIS
  8.         hostname [-finv]
  9.  
  10. DESCRIPTION
  11.         Hostname is the program that is used to display the current
  12.         host name of the  system.  This name is used by many of the
  13.         networking programs to identify the machine.
  14.  
  15.         Usually,  the  system name is defined in UULib:Config  (for
  16.         AmigaUUCP) but may be overriden by  environment  variables.
  17.         This program is used to display the resulting value.
  18.  
  19. OPTIONS
  20.         -v     Accepted, but ignored.
  21.  
  22.         -i     Accepted, but ignored.
  23.  
  24.         -n     Accepted, but ignored.
  25.  
  26.         -f     Present the Fully Qualified  Domain Name  (FQDN),
  27.                which is constructed from NodeName and DomainName
  28.                instead of the  simple  NodeName.  This is highly
  29.                recommended.
  30.  
  31. FILES
  32.         UULib:Config
  33.  
  34. AUTHOR
  35.         Michael B. Smith, based on the Linux hostname(1) man page by
  36.         Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>.
  37.